home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / fpc / source / docs / refex / pp2tex.bat < prev    next >
Encoding:
DOS Batch File  |  2000-01-01  |  156 b   |  7 lines

  1. @echo off
  2. rem msdos batch file
  3. rem Simply paste a header and footer to the program.
  4. type head.tex >  %1.tex
  5. type %1.pp    >> %1.tex
  6. type foot.tex >> %1.tex
  7.